<?if($PAGE_ID$="login")?><div style="width:180px;"><?endif?>
<table border="0" cellspacing="1" cellpadding="0" width="100%"> 
<?if($ERROR$)?><td colspan="2" style="color:red;text-align:center;">$ERROR$</td><?endif?> 
<tr><td>
<input type="text" id="log" maxlength="50" style="padding-left: 25px; width: 80%; height: 20px; background: url("") no-repeat scroll 5px 50% white; border: 1px solid rgb(111, 167, 123); font-size: 11px;" size="20" name="user" class="loginField" value="" onfocus="if(this.value=='')this.value=''" onblur="if(this.value=='')this.value=''"> 
</td><td nowrap="nowrap" rowspan="2">
<input id="rem$PAGE_ID$" type="hidden" name="rem" value="1" />
<input type="image" src="/design/login.gif" style="width:28px;height:46px;" />
</td></tr> 
<tr><td>
<input type="text" id="pass" maxlength="50" style="padding-left: 25px; width: 80%; height: 20px; background: url("") no-repeat scroll 5px 50% white; border: 1px solid rgb(111, 167, 123); font-size: 11px;" size="20" name="password" class="loginField" value="" onfocus="if(this.value==''){this.value='';this.type='password'}" onblur="if(this.value==''){this.value='';this.type='text'}"> 
</td></tr> 
</table> 
<table border="0" cellspacing="1" cellpadding="0" width="100%"> 
<tr><td colspan="2"><div style="font-size:7pt;text-align:center;">[ <a href="$REMINDER_LINK$"> ?</a> | <a href="$REGISTER_LINK$"></a> ]</div></td></tr> 
</table> 
<?if($PAGE_ID$="login")?></div><?endif?>